* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 12px;
    background: #f0f0f0;
}

A:link, A:visited, A:active {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

A:hover {
    font-size: 12px;
    color: #ff0000;
    text-decoration: none;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

ul, li {
    list-style-type: none;
}
/*---- header ----*/
.index {
    margin: 0px auto;
    width: 1003px;
    overflow: hidden;
}

#header {
    margin: 0px auto;
    background: #fff;
    height: 96px;
    padding: 0px;
}

#logo {
    float: left;
    width: 1003px;
    height: 96px;
    background: url(logo.jpg) no-repeat;
    overflow: hidden;
}


#toplink {
    width: 380px;
    float: right;
    height: 80px;
    margin-right: 10px;
    line-height: 23px;
}

    #toplink h1 {
        float: right;
        font-weight: bold;
        text-align: left;
        font-size: 12px;
    }

    #toplink a {
        display: block;
        color: #000;
        float: left;
        width: 65px;
        text-align: center;
        line-height: 22px;
        height: 22px;
    }

        #toplink a:hover {
            color: #ff0000;
            text-decoration: underline;
        }

.guide_1 {
    width: 1001px;
    height: 25px;
    line-height: 25px;
    color: #666666;
}

    .guide_1 a {
        color: #666666;
    }

        .guide_1 a:hover {
            color: #ff0000;
        }

#nav {
    height: 36px;
    line-height: 36px;
    margin-top: 1px;
    background: url(menu.png) repeat-x;
}

    #nav ul {
        margin: 0px auto;
        width: 1002px;
        position: relative;
        overflow: hidden;
    }

    #nav li {
        float: left;
        text-align: center;
    }

        #nav li a {
            color: #fff;
            width: 100px;
            height: 36px;
            display: block;
            font-size: 12px;
        }

            #nav li a:hover {
                background: #025097;
                width: 100px;
            }

        #nav li.time {
            color: #FFffcc;
            width: 220px;
            margin-left: 5px;
        }

#banner {
    width: 1000px;
    height: 300px;
    margin: 0px auto;
    text-align: center;
    position: relative;
}
/*---- container ----*/
#container {
    width: 1001px;
    margin: 0px auto;
}

#pleft {
    float: left;
    width: 245px;
    background-color: #FEFEFC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d7d7d7;
    height: auto;
}

#pcenter {
    float: left;
    width: 755px;
    background: #fff;
}

#pright {
    float: right;
    width: 230px;
    background-color: #E8F1F8;
}

#container h2 {
    width: 230px;
    height: 36px;
    line-height: 36px;
    background: url(title.jpg);
    text-indent: 25px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-size: 14px;
    padding-left: 15px;
}

#container ul li.announce {
    float: left;
    line-height: 24px;
    padding: 5px;
}

#list_c {
    width: 755px;
    line-height: 20px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

#list_ctit {
    width: 690px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    color: #505050;
    padding-left: 65px;
    border-bottom: 1px solid #D8D8D8;
    background: #fff url(left_bg.jpg) no-repeat;
}

    #list_ctit span {
        float: right;
        width: 60px;
        text-align: center;
    }

        #list_ctit span a {
            color: #096CBC;
        }

.content1 {
    line-height: 24px;
    margin-bottom: 10px;
    padding: 10px;
}

#list_c ul li a {
    display: block;
    float: left;
}

#pright h2 {
    width: 238px;
    height: 29px;
    line-height: 29px;
    background: url(title.jpg);
    text-indent: 25px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.ry {
    width: 245px;
    background: #ffffff;
    margin-bottom: 10px;
}

#lxwm {
    padding: 10px 10px 20px;
    background: url(lx.jpg) right bottom no-repeat;
}

    #lxwm li {
        line-height: 28px;
    }

        #lxwm li.co {
            font-size: 14px;
            font-weight: bold;
        }
/*---- newslist ----*/
.newslist li {
    height: 26px;
    line-height: 26px;
    float: left;
    width: 238px;
    background: url(line.jpg) no-repeat;
    text-indent: 15px;
    background-position: 5px;
}
/*---- news ----*/
.news {
    width: 735px;
}

    .news ul li {
        height: 40px;
        width: 735px;
        line-height: 40px;
        float: left;
        padding: 0 10px 0 10px;
    }

        .news ul li:hover {
            background: #F5F5F5;
        }

        .news ul li span {
            float: right;
        }

        .news ul li a {
            font-size: 14px;
        }
/*---- prolist ----*/
#demo1 {
    margin: 8px 0px 0px 5px;
}

#demo {
    width: 720px;
    overflow: hidden;
    height: 270px;
    margin: 5px 0px 0px 5px;
}

#indemo {
    width: 800%;
}

.column {
    width: 164px;
    height: 230px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.one {
    width: 152px;
    height: 192px;
    border: 1px #ccc solid;
    padding: 3px;
    float: left;
}

.two {
    width: 160px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
}

.pro {
    border: 1px #DFEDFA solid;
    border-width: 0px 1px 1px;
    padding-top: 10px;
}
/*---- footer ----*/
.bottom_1 {
    background: url(1273717948.jpg) no-repeat;
    width: 100%;
    height: 52px;
    padding: 0px;
}

#footer {
    text-align: center;
    position: relative;
    padding-top: 5px;
    line-height: 24px;
    border-top: 5px solid #2F74F0;
    background: #333333;
    color: #fff;
}

    #footer a {
        color: #fff;
    }

.bottommenu {
    padding-top: 5px;
    text-align: center;
    line-height: 25px;
}
/*---- inside ----*/

#insideright {
    width: 755px;
    float: right;
    background: #fff;
    overflow: hidden;
}

.insidetop {
    width: 690px;
    height: 35px;
    line-height: 20px;
    padding-left: 65px;
    border-bottom: 1px solid #D8D8D8;
    background: #fff url(left_bg2.jpg) no-repeat;
}

    .insidetop h3 {
        height: 35px;
        line-height: 35px;
        color: #000;
    }

.guide {
    color: #000000;
    font-weight: normal;
    height: 15px;
    text-align: left;
    padding-right: 20px;
}

.content_1 {
    font-size: 14px;
    width: 755px;
    line-height: 25px;
    height: auto;
    min-height: 400px;
}

.newstitle {
    text-align: center;
}

    .newstitle h3 {
        font-size: 14px;
    }

.banner_1 {
    width: 1002px;
    height: 30px;
    background: url(1280713793.jpg);
}

.clear {
    clear: both;
}

.main-new {
    border-right: #e0e0e0 1px solid;
    padding-right: 10px;
    border-top: #e0e0e0 1px solid;
    padding-left: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-left: #e0e0e0 1px solid;
    padding-top: 10px;
    border-bottom: #e0e0e0 1px solid;
}

.main-news {
    padding-right: 10px;
    padding-left: 8px;
    float: left;
    text-align: left;
}

    .main-news h5 {
        color: #FF0000;
        font-size: 14px;
        padding-top: 10px;
    }

        .main-news h5 a {
            color: #1764D8;
            font-size: 14px;
        }

    .main-news LI {
        padding-left: 20px;
        background: url(arrow.gif) no-repeat 1px 70%;
        padding-top: 10px;
        border-bottom: #aaa 1px dashed;
        height: 24px;
        float: left;
        width: 300px;
    }

    .main-news A {
        line-height: 18px;
    }

    .main-news EM {
        float: right;
        width: auto;
        color: #666;
        font-style: normal;
        height: auto;
    }

.content_3 {
    border-bottom: #CCCCCC 1px dashed; text-align:left
}
/* global css */
.k_error {
    color: #C01920;
    display: block;
    line-height: 14px;
    font-size: 12px;
}

.k_form {
    display: block;
    margin: 0px;
    line-height: 25px;
    padding: 10px 20px 0px 10px;
}

    .k_form .k_login {
        display: table;
        margin-left: 100px;
    }

    .k_form p {
        text-align: left;
    }

        .k_form p label {
            clear: both;
            display: block;
            color: #666;
            font-size: 12px;
        }

        .k_form p span label {
            clear: none;
            display: inline;
            color: #666;
        }

    .k_form div {
        text-align: left;
    }

        .k_form div input {
            padding: 1px;
            margin: 0px;
            border: 1px solid;
            border-color: #EEE #777 #777 #EEE;
            background: #D4D0C8;
            font-size: 12px;
            margin-right: 4px;
            margin-top: 10px;
        }

    .k_form ol {
        text-align: left;
    }

        .k_form ol li {
            line-height: 24px;
        }

.k_table {
    width: 100%;
    border: 1px solid;
    border-color: #CCC #DDD #DDD #CCC;
    clear: both;
    text-align: left;
}

    .k_table th {
        border: 1px solid;
        border-color: #EEE #AAA #BBB #EEE;
        background: #E6E9ED;
        padding: 0px 2px;
        letter-spacing: 2px;
        color: #14316B;
        line-height: 20px;
    }

    .k_table td {
        border: 1px solid;
        border-color: #EEE #AAA #AAA #EEE;
        padding: 1px;
        line-height: 18px;
    }

        .k_table td input {
            margin-right: 10px;
        }

    .k_table * {
        font-size: 12px;
    }

    .k_table tr.hover {
        background: #E6E9ED;
        font-weight: bold;
    }

        .k_table tr.hover a {
            font-weight: bold;
        }

.k_in1 {
    border: 1px solid;
    border-color: #333 #CCC #CCC #333;
    font-size: 14px;
    width: 50px;
}

.k_in2 {
    border: 1px solid;
    border-color: #333 #CCC #CCC #333;
    font-size: 14px;
    width: 100px;
}

.k_in3 {
    border: 1px solid;
    border-color: #333 #CCC #CCC #333;
    font-size: 14px;
    width: 200px;
}

.k_in4 {
    border: 1px solid;
    border-color: #333 #CCC #CCC #333;
    font-size: 14px;
    width: 400px;
}

.k_in5 {
    border: 1px solid;
    border-color: #333 #CCC #CCC #333;
    font-size: 14px;
    width: 600px;
}

/* pagelist */
.pagel {
    margin-top: 10px;
    text-align: center;
    width: 98%;
}

.k_pagelist {
    line-height: 30px;
}

    .k_pagelist em {
        padding: 2px;
        border: 1px solid #E7E7E7;
        font-size: 12px;
        margin: 0px 1px;
        background: #F5F9FE;
        color: #14316B;
        font-weight: bold;
        font-style: normal;
    }

    .k_pagelist strong {
        padding: 2px;
        border: 1px solid #E7E7E7;
        font-size: 12px;
        margin: 0px 1px;
        color: #009900;
    }

    .k_pagelist a {
        padding: 2px;
        border: 1px solid #E7E7E7;
        font-size: 12px;
        margin: 0px 1px;
    }



.pro01 {
    line-height: 36px;
    width: 245px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    height: 36px;
}

    .pro01 a {
        width: 200px;
        padding-left: 45px;
        color: #2568ed;
        font-weight: bold;
        display: block;
    }

        .pro01 a:hover {
            background: #eee;
        }

.globalsearchform1 {
    width: 33px;
    float: right;
}

globalsearchform1 .imgbutton {
    height: 20px;
    line-height: 22px;
    margin-top: 25px;
}

.input1 {
    float: left;
    height: 20px;
    line-height: 22px;
    padding: 0px 0px 0px 3px;
    margin: 0px;
    background: #fff;
    color: #999;
    width: 170px;
    margin-left: 10px;
    border: #7F9DB9 solid 1px;
    margin-top: 6px;
}

.globalsearchform {
    float: left;
    width: 100px;
}

.pic {
    border: 1px #cccccc solid;
}


/*产品列表中调用用的,用于产品列表页*/
ul#box1 {
    width: auto;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 20px solid #f5f5f5;
}

    ul#box1 li {
        float: left;
        width: 300px;
        padding-bottom: 10px;
        padding-top: 10px;
        color: #999999;
        border-bottom: 1px dashed #cccccc;
    }

        ul#box1 li a {
            font-size: 12px;
            color: #009900;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #CCCCCC;
            line-height: 150%;
            font-weight: bold;
        }

        ul#box1 li img {
            border: 1px solid #CCC;
        }



ul#box2 {
    width: 650px;
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

    ul#box2 li {
        width: 233px;
        color: #666666;
        float: left;
        text-align: left;
    }

        ul#box2 li a {
            font-size: 12px;
            color: #FFFFFF;
            line-height: 150%;
            font-weight: bold;
            text-decoration: none;
        }

        ul#box2 li img {
            border: 1px solid #CCCCCC;
        }


/*产品详细*/
.v {
    background: #EAEAEA;
    padding: 5px;
    border: #B4B4B4 1px solid;
    height: auto;
    float: right;
}

#pro_con {
    background: #FFFFFF;
    height: auto;
}

    #pro_con .f_r {
        float: right;
    }

    #pro_con .f_l {
        float: left;
    }

    #pro_con .f_c {
        float: left;
    }

        #pro_con .f_c img {
            padding: 4px;
            border: #CCCCCC 1px solid;
            text-align: center;
        }

    #pro_con .dashed {
        background: url(dashed.gif) repeat-x left bottom;
    }

    #pro_con h3 {
        width: 701px;
        height: 30px;
        line-height: 30px;
        clear: both;
    }

        #pro_con h3.proinfo {
            background-color: #f5f5f5;
            font-weight: bold;
            font-size: 13px;
            color: #0060BF;
            height: 26px;
            line-height: 26px;
            margin-bottom: 10px;
            padding-left: 15px;
        }

    #pro_con h5 {
        width: 701px;
        height: 40px;
        line-height: 40px;
        clear: both;
    }

        #pro_con h5.proinfo_1 {
            font-size: 14px;
            background-color: #f5f5f5;
            font-weight: bold;
            color: #0060BF;
            height: 26px;
            line-height: 26px;
            margin-bottom: 10px;
            padding-left: 15px;
        }

    #pro_con h1 {
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        font-weight: bold;
        color: #0C3D91;
    }

    #pro_con .prolist {
        width: 701px;
        margin-bottom: 10px;
        padding: 5px;
        overflow: hidden;
    }

        #pro_con .prolist li {
            float: left;
            width: auto;
            text-align: center;
            margin: 3px;
            height: auto;
        }

            #pro_con .prolist li img {
                width: 150px;
                height: 220px;
                border: 1px solid #d7d7d7;
                _margin-bottom: 1px;
                padding: 5px;
            }

            #pro_con .prolist li a:hover img {
                border: 1px solid #F60;
                padding: 5px;
                background: #fff4ce;
            }

.pcontent p {
    margin: 5px;
}

#pro_info {
    width: 100%;
    height: 80px;
    border-bottom: #999999 1px dashed;
}

.f_x {
    float: left;
}

.f_e {
    float: right;
}

#pro_info .dashed {
    background: url(dashed.gif) repeat-x left bottom;
}

#feedback_add {
    padding: 20px;
}

/*prolist*/
dl.prolist {
    width: 690px;
    border: #d8d8d8 1px solid;
    margin-bottom: 10px;
    padding: 5px;
    overflow: hidden;
}

    dl.prolist dt {
        font-weight: bold;
        width: 560px;
        float: right;
    }

        dl.prolist dt a {
            font-weight: bold;
            height: 30px;
            line-height: 30px;
        }

    dl.prolist dd.image {
        float: left;
        margin-right: 10px;
        margin-top: 20px;
    }

        dl.prolist dd.image img {
            border: #e4e4e4 1px solid;
        }

    dl.prolist dd.text {
        float: left;
    }

        dl.prolist dd.text .tel {
            padding-top: 6px;
        }

        dl.prolist dd.text .tel_list {
            background-color: transparent;
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-position: 0 0;
            float: left;
            width: 300px;
            height: 21px;
        }

        dl.prolist dd.text .btn_more {
            float: left;
            color: #000;
            width: 70px;
            height: 21px;
            padding-left: 25px;
            margin-left: 10px;
            background: url(promore.gif);
        }

.clearfix {
    display: block;
}

.dashed {
    border-bottom: #000 dashed 1px;
    padding-top: 5px;
}

.pagel {
    color: #666666;
    font-size: 12px;
    clear: both;
    float: right;
}

    .pagel a {
        color: #666666;
        font-size: 12px;
        margin-left: 2px;
        margin-right: 2px;
        border: solid 1px #E7E7E7;
        padding: 0 3px 0 3px;
    }

        .pagel a:hover {
            background-color: #3875D7;
            color: white;
            text-decoration: none;
        }

    .pagel strong {
        color: #1764D8;
        padding: 0 4px 0 4px;
    }

    .pagel span {
        color: #666666;
        font-size: 12px;
        border: solid 1px #E7E7E7;
        padding: 0 2px 0 2px;
    }
